<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * Created by zxq on 2018/6/13.
 */

/***************鍒濆鍖� reset css**************/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {font-family:"鎬濇簮榛戜綋";font-size: 14px;margin: 0;padding: 0}
table {border-collapse: collapse;border-spacing: 0}
img {border: 0;}
ol, ul {list-style: none}
h1, h2, h3, h4, h5, h6 {font-size: 100%;font-weight: normal}
a {text-decoration: none}
.clearfix:before, .clearfix:after {display: table;content: "";}
.clearfix:after {clear: both;}
.clearfix {zoom: 1;}
.clr {clear: both}
/*浠ヤ笂涓洪槻姝㈠吋瀹规€ч棶棰樺強鍏朵粬鍏ㄤ綋澹版槑*/
*,
*::before,
*::after{
    margin:0; 
    padding:0;
	/*闃叉鍐呭婧㈠嚭锛屼笉鍑虹幇婊氬姩鏉★紝浠ユ彁楂樹綋楠�*/
   /* box-sizing:border-box;  
    -webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;*/

    /*鐐瑰嚮楂樹寒鏁堟灉娓呴櫎锛屼篃鍙崲鎴愬叾浠栭鑹�*/
    /* tap-hithligth-color:transparent;
     -webkit-bap-hithligth-color:transparent;*/
	 
}
img{vertical-align:top; display:block}
body{
    font-size:14px;
    font-family: "Microsoft YaHei",sans-serif;
    color: #333;
}

ul, ol{
    list-style: none;
}
a{
    text-decoration: none;
    color: #333;
}
input,textarea{
    border:none;
    outline: none;

    /*涓嶅厑璁告敼鍙樺昂瀵�*/
    resize:none;

    /*鍏冪礌鐨勫瑙� none鍐呮湁浠讳綍澶栬*/
    -webkit-appearance:none;
}

/*鍏敤鏍峰紡 commen css*/
.f_left{
    float: left;
}
.f_right{
    float: right;
}
.f_both{
    float: both;
}
.clearFix::before,
.clearFix::after{
    content: "";
    display: block;
    visibility: hidden;
    line-height: 0;
    height: 0;
    clear: both;
}
.clr{ clear:both;}
/*瀹瑰櫒*/
.kong_5{ width:100%; height:5px;}
.kong_10{ width:100%; height:10px;}
.kong_20{ width:100%; height:20px;}
.kong_30{ width:100%; height:30px;}
.kong_40{ width:100%; height:40px;}
.kong_48{ width:100%; height:48px;}
.kong_50{ width:100%; height:50px;}
.kong_60{ width:100%; height:60px;}
.kong_70{ width:100%; height:70px;}
/*鍒濆鍖杄nd*/
html{ min-width:1200px;}</pre></body></html>